home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / gccfrntn.rdm < prev    next >
Text File  |  1993-07-25  |  936b  |  35 lines

  1. Short: Driver & Setup program for GNU C / C++
  2.  
  3. This is my Driver for the GCC-Package (cpp,cc1,gas,blink).
  4. It should support most features and flags as described in
  5. the Manuals for GCC.
  6.  
  7. 'gcc' and 'setup' do no longer support SOBJA-BLINK.
  8. (Try the GNU-Linker LD instead.)
  9.  
  10. Usage :  gcc [flags] files...
  11.          'gcc ?' or 'gcc -h' for short info.
  12.  
  13. Notice: You can use SETUP to set or select multiple
  14.         configurations for CPP, CC1 and/or C++, GAS and LD
  15.         in the environmet.
  16.  
  17.  
  18. Version 2.1 of this Frontend will set the STACK for all
  19. passes automatically.
  20.  
  21. It works best under Amiga-OS 2.0, but should also do under
  22. 1.2/1.3 (You can use <CTRL-C> only between passes in case
  23. of 1.3).
  24.  
  25. It was compiled with GCC 2.0.
  26.  
  27.  
  28. You can EMAIL me currently at 'unger@rhrk.uni-kl.de'
  29. (Please use 'Subject: GCC', because this isn't my own
  30. address !!)
  31.  
  32. (C) by The KRUEMELMONSTER2000 Software Company July 1992.
  33.  
  34. This version is Public Domain.
  35.